home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / test / common / bad.c next >
Encoding:
C/C++ Source or Header  |  1992-11-23  |  70 b   |  14 lines

  1.  
  2.  
  3. int a;
  4. int b;
  5. int c;
  6.  
  7. int a = 4;
  8. int c = 4;
  9.  
  10. main()
  11. {
  12.     a = 23;
  13. }
  14.